/* COOKIES START */

#cookie-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100; 
  text-align: center;
  width: 100%;
  max-width: 406px;
}

.cookie-wrap-inner {
  display: inline-block;
  text-align: left;
  width: 100%;
}

#cookie {
  position: relative;  
  width: 100%;
  bottom: 0;
  padding: .67rem 1.5rem .25rem 1.5rem;
  /*background-color: #E5E5E5;*/
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cookie p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  text-align: left;
  font-size: 1rem;
}

#cookie button {
  display: inline-block;
  background-color: transparent;  
  width: 27px;
  height: 27px;
  padding: 0;
}

#cookie button:not(:last-child) {
  margin-right: .45rem;
}
/* COOKIES END */


/* STYLE FROM WEBPAGE CSS FRAMEWORK*/

.wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.columns-wrap {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.columns-wrap .column {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#home-solutions .card .inner-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#cookie-wrap button,
#cookie-wrap input,
#cookie-wrap select,
#cookie-wrap textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

 #cookie-wrap button,
 #cookie-wrap input {
  overflow: visible;
}

 #cookie-wrap button,
 #cookie-wrap select {
  text-transform: none;
}

/* CUSTOM STYLES */
.cookies-consent {
  display: none;
}

.cookies-consent-visible {
  display: block;
}

@media (max-width: 47.9em)  {
  #cookie-wrap {
    max-width: 100%;
  }

  #cookie { 
  padding: .6rem 1rem .2rem 1rem;  
  }

  #cookie button {
  width: 21px;
  height: 21px;
  }

  #cookie p {
  font-size: .85rem;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  }
}